aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/routes/bots/[bot_name]/index.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'web/pw-server/src/routes/bots/[bot_name]/index.svelte')
-rw-r--r--web/pw-server/src/routes/bots/[bot_name]/index.svelte8
1 files changed, 2 insertions, 6 deletions
diff --git a/web/pw-server/src/routes/bots/[bot_name]/index.svelte b/web/pw-server/src/routes/bots/[bot_name]/index.svelte
index b046754..a5934b6 100644
--- a/web/pw-server/src/routes/bots/[bot_name]/index.svelte
+++ b/web/pw-server/src/routes/bots/[bot_name]/index.svelte
@@ -100,9 +100,7 @@
<LinkButton href={`/matches?bot=${bot["name"]}&had_errors=true`}>View all</LinkButton>
</div>
{:else}
- <div class="table-placeholder">
- Nothing here yet
- </div>
+ <div class="table-placeholder">Nothing here yet</div>
{/if}
</div>
{/if}
@@ -115,9 +113,7 @@
<LinkButton href={`/matches?bot=${bot["name"]}`}>All matches</LinkButton>
</div>
{:else}
- <div class="table-placeholder">
- No matches played yet
- </div>
+ <div class="table-placeholder">No matches played yet</div>
{/if}
</div>
</div>